ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / IsDisabled Property

In This Topic
    IsDisabled Property (TransposedGrid<T>)
    In This Topic
    Gets or sets a value that determines whether the control is disabled.
    Syntax
    'Declaration
     
    Public Property IsDisabled As Boolean
    public bool IsDisabled {get; set;}
    See Also